Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Nov 18, 2024

Problem:

  • flow constructs are called flow::builder and flow::service.
  • callback constructs are called cib::callback and cib::callback_meta, which is confusing.

Solution:

  • Rename the callback constructs to callback::builder and callback::service to match the flow pattern.

Problem:
- `flow` constructs are called `flow::builder` and `flow::service`.
- `callback` constructs are called `cib::callback` and `cib::callback_meta`, which is
  confusing.

Solution:
- Rename the `callback` constructs to `callback::builder` and
  `callback::service` to match the `flow` pattern.
Copy link
Contributor

@lukevalenty lukevalenty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i like it!

@lukevalenty lukevalenty merged commit 775ced5 into intel:main Nov 19, 2024
22 checks passed
@elbeno elbeno deleted the rename-callback-constructs branch November 19, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants